home *** CD-ROM | disk | FTP | other *** search
/ Developer CD Series 1996 May: Tool Chest / Developer CD Series May 1996 (Tool Chest) (Apple Computer) (1996).iso / Sample Code / Snippets / Sound / RecordToFile / RecordToFilePPC.make < prev    next >
Encoding:
Text File  |  1995-02-11  |  1.2 KB  |  44 lines  |  [TEXT/MPS ]

  1. #   File:       RecordToFilePPC.make
  2. #   Target:     RecordToFilePPC
  3. #   Sources:    RecordToFilePPC.r
  4. #               RecordToFile.c
  5. #   Created:    Saturday, February 11, 1995 06:47:06 PM
  6.  
  7.  
  8. POWERPCOBJECTS = ∂
  9.         RecordToFile.o ∂
  10.  
  11. 68KOBJECTS = ∂
  12.         RecordToFile.c.o ∂
  13.  
  14.  
  15. RecordToFilePPC  ƒƒ RecordToFilePPC.make RecordToFilePPC.r
  16.     Rez RecordToFilePPC.r -append -o RecordToFilePPC
  17.  
  18. RecordToFilePPC ƒƒ RecordToFilePPC.make  {POWERPCOBJECTS}
  19.     PPCLink  ∂
  20.         {POWERPCOBJECTS} ∂
  21.         "{PPCLibraries}"InterfaceLib.xcoff ∂
  22.         "{PPCLibraries}"MathLib.xcoff ∂
  23.         "{PPCLibraries}"StdCLib.xcoff ∂
  24.         "{PPCLibraries}"StdCRuntime.o ∂
  25.         "{PPCLibraries}"PPCCRuntime.o ∂
  26.         -main __start ∂
  27.         -o RecordToFilePPC.xcoff
  28.     makePEF RecordToFilePPC.xcoff -o RecordToFilePPC ∂
  29.         -l InterfaceLib.xcoff=InterfaceLib ∂
  30.         -l MathLib.xcoff=MathLib ∂
  31.         -l StdCLib.xcoff=StdCLib ∂
  32.         -ft APPL -fc '????'
  33. RecordToFile.o ƒ RecordToFilePPC.make RecordToFile.c
  34.      PPCC -w conformance -appleext on  RecordToFile.c -o RecordToFile.o
  35.  
  36. RecordToFilePPC ƒƒ RecordToFilePPC.make  {68KOBJECTS}
  37.     Link -t APPL -c '????' ∂
  38.         {68KOBJECTS} ∂
  39.          "{Libraries}"Runtime.o ∂
  40.          "{Libraries}"Interface.o ∂
  41.         -o RecordToFilePPC
  42. RecordToFile.c.o ƒ RecordToFilePPC.make RecordToFile.c
  43.      C -r  RecordToFile.c
  44.